home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / sd.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.5 KB  |  91 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Symbolic Debugger
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Intermetrics, Inc.
  7. --                   : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  8. --                   : Ron Rathgeber or Kathy Velick (author)
  9. --                   : (714) 891-4631
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics, Inc.
  14. -- DATE CREATED      : 1985
  15. -- DATE RELEASED     : 1985
  16. -- DATE LAST UPDATED : 1985
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : DEC Ada / VMS
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  21. -- CATEGORY LEVEL 2  : Symbolic Debugger
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Debugger
  26. -- INDEX             : Interactive Symbolic Debugger
  27. -- INDEX             : Debugger, Interactive Symbolic
  28. -- INDEX             : Symbolic Debugger
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_19_1
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.COMPONENTS>SDEPDEC.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.DEBUGGER>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   SD.ABS                 1801          37
  39. --   SD.CMM                 3098          93
  40. --   SD.HLP                12212         306
  41. --   SD.MAN               269466        9042
  42. --   SD.PRO                 4203          83
  43. --   SD.SRC               889057       23052
  44. --   SD2.HLP               21414         437
  45. --   SDGRAMMAR.GRM         82491        3784
  46. --   SDREAD.ME              5546         198
  47. --   SDREAD.ME2              238           8
  48. --   SDTCF.DAT              2023          37
  49. --   SDTEST.DAT           112103        1960
  50. --   SDTEST.DIS               54           4
  51. --   ===============  ==========  ==========
  52. --    13 Files           1403706       39041
  53. --= ABSTRACT             ===============================================--
  54. --         Interactive debugger will  provide  debugging  and  diagnostic
  55. -- aids  at  the  Ada  statement  level  through  an  "Ada-like"  command
  56. -- language.   Capabilities  include:    (1)   Setting,   resetting   and
  57. -- displaying   breakpoints;  (2)  Setting  and  displaying  Ada  program
  58. -- variables; (3) Tracing program execution at statement, block  or  unit
  59. -- level;  (4)  Snap  dumps  in  printing format form or raw data form to
  60. -- occur periodically or on demand; (5) Execution frequency profiles  for
  61. -- each Ada statement and entry/exit to each program block and unit, with
  62. -- optional report showing percentage of total execution  time  spent  in
  63. -- each  code  block and in each statement within a block.  Tool consists
  64. -- of  source  instrumentation  module,  debugger  module  and  a  report
  65. -- generator.
  66. --= REVISION HISTORY     ===============================================--
  67. --
  68. -- DATE       VERSION        AUTHOR               HISTORY 
  69. --            1.0            Intermetrics         Initial Release                                                          
  70. --= RELEASE NOTICE       ===============================================--
  71. -- This prologue must be included in all copies of this software.
  72. -- 
  73. -- This software is copyright by the author.
  74. -- 
  75. -- This software is released to the Ada community.
  76. -- This software is released to the Public Domain (note:
  77. --   software released to the Public Domain is not subject
  78. --   to copyright protection).
  79. -- Restrictions on use or distribution:  NONE
  80. --= DISCLAIMER           ===============================================--
  81. --     This software and its documentation are provided "AS IS" and
  82. -- without any expressed or implied warranties whatsoever.  No warranties
  83. -- as to performance, merchantability, or fitness for a particular
  84. -- purpose exist.
  85. --     The user is advised to test the software thoroughly before
  86. -- relying on it.  The user must assume the entire risk and liability of
  87. -- using this software.  In no event shall any person or organization of
  88. -- people be held responsible for any direct, indirect, consequential or
  89. -- inconsequential damages or lost profits.
  90. --======================================================================--
  91.